type runtime.bitvector
20 uses
runtime (current package)
heapdump.go#L212: func dumpobj(obj unsafe.Pointer, size uintptr, bv bitvector) {
heapdump.go#L239: args bitvector // if args.n >= 0, pointer map of args region
heapdump.go#L245: func dumpbv(cbv *bitvector, offset uintptr) {
heapdump.go#L272: var bv bitvector
heapdump.go#L717: func dumpfields(bv bitvector) {
heapdump.go#L722: func makeheapobjbv(p uintptr, size uintptr) bitvector {
heapdump.go#L751: return bitvector{int32(nptr), &tmpbuf[0]}
mbitmap.go#L1122: func progToPointerMask(prog *byte, size uintptr) bitvector {
mbitmap.go#L1130: return bitvector{int32(n), &x[0]}
stack.go#L582: type bitvector struct {
stack.go#L591: func (bv *bitvector) ptrbit(i uintptr) uint8 {
stack.go#L598: func adjustpointers(scanp unsafe.Pointer, bv *bitvector, adjinfo *adjustinfo, f funcInfo) {
stkframe.go#L67: stack *bitvector // ptrmap for both args and results
stkframe.go#L94: func (frame *stkframe) argMapInternal() (argMap bitvector, hasReflectStackObj bool) {
stkframe.go#L130: return bitvector{}, false // No locals, so also no stack objects
stkframe.go#L157: func (frame *stkframe) getStackMap(cache *pcvalueCache, debug bool) (locals, args bitvector, objs []stackObjectRecord) {
symtab.go#L376: gcdatamask, gcbssmask bitvector
symtab.go#L459: if md.gcdatamask == (bitvector{}) {
symtab.go#L1117: func stackmapdata(stkmap *stackmap, n int32) bitvector {
symtab.go#L1124: return bitvector{stkmap.nbit, addb(&stkmap.bytedata[0], uintptr(n*((stkmap.nbit+7)>>3)))}
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |